Skip to content

Conversation

benbrown
Copy link

@benbrown benbrown commented Oct 3, 2025

Fixes #

Description

This fixes the streaming behavior where new interim messages will replace the old, appear to append the message as it streams in.

Specific Changes

This fix was achieved by capturing the typingActivityId along with the main activityId in the nextActivityToId map such that it can be found the second time around.

-

  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant